In This Topic
Determines whether the
ICollection contains a specific value.
Syntax
'Declaration
Public Overloads Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- The object to locate in the ICollection.
Return Value
true if is found in the
ICollection; otherwise, false.
See Also